Bug 1246807 - Implement Editable width / height inputs r=jryans

This commit is contained in:
Gabriel Luong
2016-02-22 13:15:26 -05:00
parent fe5ab5d454
commit edb078d94e
7 changed files with 232 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
// The minimum viewport width and height
exports.MIN_VIEWPORT_DIMENSION = 280;