Make VectorBasePlatform

For template methods that are only used from within vector (ie. new version
support)
This commit is contained in:
David Baker 2016-11-02 17:45:35 +00:00
parent c75118caa2
commit 17bb47676e
2 changed files with 43 additions and 2 deletions

View file

@ -16,13 +16,13 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import BasePlatform from 'matrix-react-sdk/lib/BasePlatform';
import VectorBasePlatform from './VectorBasePlatform';
import Favico from 'favico.js';
import request from 'browser-request';
import dis from 'matrix-react-sdk/lib/dispatcher.js';
import q from 'q';
export default class WebPlatform extends BasePlatform {
export default class WebPlatform extends VectorBasePlatform {
constructor() {
super();
this.runningVersion = null;