diff options
Diffstat (limited to 'src/classHandling.js')
-rw-r--r-- | src/classHandling.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classHandling.js b/src/classHandling.js index 27bf11a..fd148b7 100644 --- a/src/classHandling.js +++ b/src/classHandling.js @@ -1,5 +1,5 @@ -import {registerMethods} from './methods.js' -import {delimiter} from './regex.js' +import { registerMethods } from './methods.js' +import { delimiter } from './regex.js' // Return array of classes on the node function classes () { |