Skip to content

Commit

Permalink
style: changed from underscore to camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 9, 2017
1 parent bcf1d53 commit d8fb3a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ SOFTWARE.
</js-module>

<!-- Hooks -->
<hook src="hooks/before_plugin_install.js" type="before_plugin_install" />
<hook src="hooks/after_prepare.js" type="after_prepare" />
<hook src="hooks/beforePluginInstall.js" type="before_plugin_install" />
<hook src="hooks/afterPrepare.js" type="after_prepare" />

<engines>
<engine name="cordova" version=">=3.5.0" />
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ SOFTWARE.
</js-module>

<!-- Hooks -->
<hook src="hooks/before_plugin_install.js" type="before_plugin_install" />
<hook src="hooks/after_prepare.js" type="after_prepare" />
<hook src="hooks/beforePluginInstall.js" type="before_plugin_install" />
<hook src="hooks/afterPrepare.js" type="after_prepare" />

<engines>
<engine name="cordova" version=">=3.5.0" />
Expand Down

0 comments on commit d8fb3a0

Please sign in to comment.