summaryrefslogtreecommitdiff
path: root/web-ui/app/js/foundation/off_canvas.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/foundation/off_canvas.js')
-rw-r--r--web-ui/app/js/foundation/off_canvas.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/js/foundation/off_canvas.js b/web-ui/app/js/foundation/off_canvas.js
index 6a1cdf06..59213d28 100644
--- a/web-ui/app/js/foundation/off_canvas.js
+++ b/web-ui/app/js/foundation/off_canvas.js
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
*/
+'use strict';
define(['flight/lib/component', 'page/events'], function (defineComponent, events) {
return defineComponent(function() {