Skip to content

Commit

Permalink
remove strict mode in source file
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Ziggas authored and Joshua Ziggas committed Feb 9, 2017
1 parent 483b1d1 commit 8f3159c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-ck",
"version": "2.1.0",
"version": "2.1.1",
"description": "An Angular 1 Component for CKEditor",
"main": "src/ng-ck.js",
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/ng-ck.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
'use strict'
var app = angular.module('ngCk', [])
app.provider('ngCkConfig', function ngCkConfigProvider () {
// Default plugins that have successfully passed through Angular's $sanitize service
Expand Down

0 comments on commit 8f3159c

Please sign in to comment.