Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 1ec2d8c

Browse files
committed
Remove unnecessary priority setting
Fixes #75
1 parent f393e33 commit 1ec2d8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tinymce.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ angular.module('ui.tinymce', [])
77
uiTinymceConfig = uiTinymceConfig || {};
88
var generatedIds = 0;
99
return {
10-
priority: 10,
1110
require: 'ngModel',
1211
link: function(scope, element, attrs, ngModel) {
1312
if (!$window.tinymce) {

0 commit comments

Comments
 (0)