mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Move use strict outside IFFE
This commit is contained in:
parent
ffba0f350d
commit
6adb5225ab
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
(function() {
|
||||
'use strict';
|
||||
'use strict';
|
||||
(function() {
|
||||
|
||||
angular.module('zeppelinWebApp').controller('MainCtrl', MainCtrl);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue